home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / murdr162.zip / SYSOP.DOC < prev    next >
Text File  |  1993-04-01  |  9KB  |  226 lines

  1.  
  2.                        M U R D E R      M A N S I O N
  3.  
  4.                              W r i t t e n    b y
  5.  
  6.                     W i l l i a m    H.    R o u n t r e e
  7.  
  8.                   C o p y r i g h t  (c)   1 9 9 2, 1 9 9 3
  9.  
  10.  
  11. Murder Mansion, Copyright (c) 1992, 1993 by William H. Rountree, is being
  12. distributed as Shareware. Under this concept you may use the SHAREWARE
  13. (unregistered) version for a reasonable period of time for evaluation
  14. after which you must either register your copy or discontinue  usage.
  15.                      
  16. Disclaimer:
  17.  
  18.      This program and other files associated with it are not 
  19.      guaranteed to be bug free or virus free.  We are not
  20.      responsible for any damages of any kind, including
  21.      profit loses and dta loss, that relate directly or
  22.      indirectly to these programs and files.  You may
  23.      distribute this program, as long as it is in unmodified 
  24.      for with all the files originally included.
  25.  
  26. Credits:
  27.      QuickBasic (R) is a registered trade mark of Microsoft Corporation
  28.  
  29.      PCBoard (R) is a registered trade mark of Clark Development
  30.                  Corporation
  31.  
  32.      Door Source is copyrighted Computer City, USA 1988, 1989, 1990, 
  33.                  1991
  34.  
  35. Overview:
  36.  
  37.           * * * * * * * This Door Requires ANSI  * * * * * * *
  38.  
  39.      Murder Mansion is a role playing type door game.  This door does not
  40.      contain any time limit except that of the user's existing time left
  41.      online.  Although not written to operate on a multi-tasking environment,
  42.      it has been tested to do so without any known problems.  This door will
  43.      support a unlimited number of users.  This door will support RBBS,
  44.      Wildcat and PCBoard.  It is also written to be able to use Com ports and
  45.      IRQ's not usually used.  This door does NOT require any daily maintance.
  46.      This door code is written using QuickBasic 4.5 and DoorSource 4.0C
  47.      runtime library.
  48.  
  49. List of files in archive:
  50.  
  51. ───────────────────┬───────────────────┬───────────────────┬───────────────────
  52.                    │CHANGES  DOC   3594│HSCORE   TXT   1145│OPEN2    ANS   1633
  53.                    │CORD1    1     5896│MURDER   CFG     72│PLAYER   INS   6074
  54. ALIBI    ANS   1208│CORD1    MAS   5896│MURDER   EXE 181284│REGISTER TXT   1985
  55. CASE1    1      257│CORD2    1     5896│MURDER1  ANS   1409│SCORE    FIL    360
  56. CASE1    MAS    272│CORD2    MAS   5896│MURDER1  LEG   6645│SYSOP    DOC   8241
  57. CASE2    1      254│CORD3    1     5896│MURDER2  ANS   1430│TOP      MDR     20
  58. CASE2    MAS    254│CORD3    MAS   5896│MURDER2  LEG   6671│USER     MDR   5050
  59. CASE3    1      267│DAILY    FIL     12│OPEN     FIL      5│
  60. CASE3    MAS    267│FILE_ID  DIZ    559│OPEN1    ANS   1767│
  61. ───────────────────┴───────────────────┴───────────────────┴───────────────────
  62.        32 files totaling 266111 bytes consuming 301056 bytes of disk space.
  63.  
  64. Configuration file setup:
  65.  
  66.      Example:
  67.  
  68.      line 1:         C:\PCB\PCBOARD.SYS
  69.      line 2:         Prime Base
  70.      line 3:         William
  71.      line 4:         Rountree
  72.      line 5:         00000000
  73.      line 6:         50
  74.      line 7:         14
  75.      line 8:         3
  76.  
  77.      Line 1 is a drive/path/filename to the bbs interface file.
  78.      Line 2 is the name of the BBS using this door.
  79.      Line 3 is the first name of Sysop.
  80.      Line 4 is the last name of the Sysop.
  81.      Line 5 is the registration number.
  82.      Line 6 is the number of users able to play per game.
  83.      Line 7 is the number of days before an inactive player is removed.
  84.      Line 8 is the number of cases allowed each day.
  85.  
  86.      Note:  All 8 lines must exist for proper operation.
  87.  
  88.      PCBOARD.SYS, DOOR.SYS (31 Line), DORINFO1.DEF, or CALLINFO.BBS     
  89.      may be used in line #1.
  90.  
  91. Batch file setup:
  92.  
  93.      Example:          
  94.      
  95.      cd\doors\murder      
  96.      murder murder.cfg
  97.      cd\pcb
  98.      board
  99.  
  100. Here are some additional options available to use on the command line:
  101.  
  102. LOCKED:xxxxx  - Forces Dooor Source to lock the modem at the
  103.                 speed given.
  104. LOCAL         - Forces Door Source to run in local mode. This
  105.                 is really meant for testing purposes, but it
  106.                 still reads the configuration file, but doesn't
  107.                 read the bbs interface file.
  108. NETWORK       - Forces file sharing to be active incase you
  109.                 are using something other than SHARE to manage
  110.                 file locking.
  111. IRQ=n         - Lets you change the IRQ used for the com port
  112.                 specified in the bbs interface file.
  113.                 (See below for more information)
  114. ADDR=&Hnnnn   - Lets you change the address used for the com
  115.                 port specified in the bbs interface file.
  116.                 (See below for more information)
  117. PS2           - Forces the PS/2 IRQs and addresses if a PS/2
  118.                 isn't detected (Normally it is, but you can't
  119.                 always tell!)
  120. RBBS          - Forces Door Source into RBBS/QBBS mode
  121. WILDCAT       - Forces Door Source into Wildcat 2.0 mode
  122. DOORSYS       - Forces Door Source into 31-Line DOOR.SYS mode
  123. PCB121        - Forces Door Source into PCBoard 11.8/12.x mode
  124.                 with COM 1 active
  125. PCB122        - Forces Door Source into PCBoard 11.8/12.x mode
  126.                 with COM 2 active
  127. PCB14         - (DEFAULT) Forces Door Source into PCBoard 14.x
  128.                 mode
  129.  
  130. Example type: maze maze.cfg local
  131. This will allow you to play the game locally without a BBS.
  132.  
  133. When you use the IRQ or the ADDR option, you must include the other.
  134. You can't use just the IRQ and not the ADDR, and you can't use just
  135. the ADDR and not the IRQ. Here's a chart with the STANDARD IRQs
  136. and addresses for the PS/2s and IBM PCs:
  137.                         Non PS/2
  138.         Com port       IRQ     Address
  139.            1             4       &H3F8
  140.            2             3       &H2F8
  141.            3             4       &H3E8
  142.            4             3       &H2E8
  143.           5-8            4       &H3F8
  144.  
  145.                         PS/2
  146.         Com port       IRQ     Address
  147.            1             4       &H3F8
  148.            2             3       &H2F8
  149.            3             3       &H3220
  150.            4             3       &H3228
  151.            5             3       &H4220
  152.            6             3       &H4228
  153.            7             3       &H5220
  154.            8             3       &H5228
  155.  
  156.  
  157. List of function keys:
  158.  
  159.      F-3  : Printer toggle
  160.      F-4  : Page bell toggle
  161.      F-5  : Shell to DOS
  162.      F-7  : Caller alarm toggle
  163.      F-8  : Return caller to board
  164.      F-10 : Start Sysop chat
  165.      ESC  : End Sysop chat
  166.     Alt-X : Drop to DOS after caller logs off
  167.     ALT-N : Sysop next on flag
  168.  
  169. Daily Maintance:
  170.  
  171.      No modification of your daily maintance is required since Murder Mansion
  172.      performs it's Daily Maintance on the first caller that day.  This
  173.      Maintance is very short and should not delay the play by that call
  174.      very much.
  175.  
  176. Limitations:
  177.  
  178.      This door will continue to operate in it's original condition until
  179.      it is registered.  The unregistared version is limited to 1 case per
  180.      day, while the registered is Sysop configurable upto 9 cases per day.
  181.  
  182. Beta Testing:
  183.  
  184.      This door was extensively tested on three BBS boards, including my own.
  185.      I wish to thank DarkStar and Bill Velez for setting up the game on
  186.      their boards.  Please patronize their boards, as they are among the
  187.      finest in the Seattle area:
  188.  
  189.      DARKSTAR'S AWESOME FREAKING STARGAZER BOARD (Port Orchard, WA)
  190.      (206)871-3965  ***YOUR NASA CONNECTION***  Over 600 NASA files from
  191.      NASA SpaceLink!  Online CDRom, door games, approaching one gigabyte
  192.      of file storage!  SYSOP: DarkStar.
  193.  
  194.      WINGS BBS (Port Orchard, WA)  (206)876-6735, (206)895-0981 14.4 USR HST
  195.      (206)895-1077 16.800 USR HST DS  Over FIVE GIGABYTES of GREAT shareware
  196.      online!  SYSOP:  Bill Velez.
  197.  
  198.      This door was extensively tested on board the USS Nimitz.  I would like
  199.      to thank everyone who participated.  I especially would like to thank
  200.      Randy Klinginsmith, William Myers, and Frank Godfrey for their help and
  201.      suggestions.
  202.  
  203. Registration:
  204.  
  205.      Murder Mansion costs $15.00 US currency to register.  I will post a 
  206.      message on Prime Base in the Door Support Conference with your 
  207.      individual registration number.  If you have any problems or questions,
  208.      please leave all messages in this area for:
  209.     
  210.           William Rountree or Sysop at:
  211.  
  212.           Prime Base Node #1: (206) 871-9539   14,400 V32Bis, V42Bis
  213.           Prime Base Node #2: (206) 871-9340   16,800 USR Dual Standard
  214.  
  215. Upgrading from previous versions:
  216.  
  217.      1. Copy *.ans into your door directory.
  218.      2. Copy murder.exe into your door directory.
  219.      3. Copy *.leg into your door directory.
  220.      4. Copy top.mdr into your door directory.
  221.      5. Change your system date to yesterday.
  222.      6. Enter : MURDER MURDER.CFG LOCAL.
  223.      7. Log on. (This generates new cases in the new format.)
  224.      8. Quit
  225.      9. Change the system date back to normal.
  226.